home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / hplj500p.gpd < prev    next >
Encoding:
Text File  |  2003-02-21  |  14.8 KB  |  556 lines

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileName: "HPLJ500P.GPD"
  7. *GPDFileVersion: "1.0"
  8. *Include: "StdNames.gpd"
  9. *ModelName: "HP LaserJet 500+"
  10. *MasterUnits: PAIR(300, 300)
  11. *ResourceDLL: "pcl4res.dll"
  12. *PrintRate: 8
  13. *PrintRatePPM: 8
  14. *PrintRateUnit: PPM
  15. *PrinterType: PAGE
  16. *MaxCopies: 99
  17. *FontCartSlots: 1
  18. *Feature: Orientation
  19. {
  20.     *rcNameID: =ORIENTATION_DISPLAY
  21.     *DefaultOption: PORTRAIT
  22.     *Option: PORTRAIT
  23.     {
  24.         *rcNameID: =PORTRAIT_DISPLAY
  25.         *Command: CmdSelect
  26.         {
  27.             *Order: DOC_SETUP.4
  28.             *Cmd: "<1B>&l0o1E"
  29.         }
  30.     }
  31.     *Option: LANDSCAPE_CC90
  32.     {
  33.         *rcNameID: =LANDSCAPE_DISPLAY
  34.         *Command: CmdSelect
  35.         {
  36.             *Order: DOC_SETUP.4
  37.             *Cmd: "<1B>&l1o6d1E"
  38.         }
  39.     }
  40. }
  41. *Feature: InputBin
  42. {
  43.     *rcNameID: =PAPER_SOURCE_DISPLAY
  44.     *DefaultOption: UPPER
  45.     *Option: UPPER
  46.     {
  47.         *rcNameID: =UPPER_TRAY_DISPLAY
  48.         *Command: CmdSelect
  49.         {
  50.             *Order: DOC_SETUP.2
  51.             *Cmd: "<1B>&l1H"
  52.         }
  53.     }
  54.     *Option: MANUAL
  55.     {
  56.         *rcNameID: =MANUAL_FEED_DISPLAY
  57.         *Command: CmdSelect
  58.         {
  59.             *Order: DOC_SETUP.2
  60.             *Cmd: "<1B>&l2H"
  61.         }
  62.     }
  63.     *Option: LOWER
  64.     {
  65.         *rcNameID: =LOWER_TRAY_DISPLAY
  66.         *Command: CmdSelect
  67.         {
  68.             *Order: DOC_SETUP.2
  69.             *Cmd: "<1B>&l4H"
  70.         }
  71.     }
  72. }
  73. *Feature: Resolution
  74. {
  75.     *rcNameID: =RESOLUTION_DISPLAY
  76.     *DefaultOption: Option1
  77.     *Option: Option1
  78.     {
  79.         *Name: "300 x 300 " =DOTS_PER_INCH
  80.         *DPI: PAIR(300, 300)
  81.         *TextDPI: PAIR(300, 300)
  82.         *MinStripBlankPixels: 32
  83.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  84.         *SpotDiameter: 100
  85.         *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  86.         *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  87.         *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  88.         *Command: CmdSelect
  89.         {
  90.             *Order: DOC_SETUP.5
  91.             *Cmd: "<1B>*t300R"
  92.         }
  93.     }
  94.     *Option: Option2
  95.     {
  96.         *Name: "150 x 150 " =DOTS_PER_INCH
  97.         *DPI: PAIR(150, 150)
  98.         *TextDPI: PAIR(300, 300)
  99.         *MinStripBlankPixels: 32
  100.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  101.         *SpotDiameter: 100
  102.         *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  103.         *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  104.         *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  105.         *Command: CmdSelect
  106.         {
  107.             *Order: DOC_SETUP.5
  108.             *Cmd: "<1B>*t150R"
  109.         }
  110.     }
  111. }
  112. *Feature: PaperSize
  113. {
  114.     *rcNameID: =PAPER_SIZE_DISPLAY
  115.     *DefaultOption: LETTER
  116.     *Option: LETTER
  117.     {
  118.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  119.         *switch: Orientation
  120.         {
  121.             *case: PORTRAIT
  122.             {
  123.                 *PrintableArea: PAIR(2334, 3167)
  124.                 *PrintableOrigin: PAIR(95, 48)
  125.                 *switch: Resolution
  126.                 {
  127.                     *case: Option2
  128.                     {
  129.                         *PrintableArea: PAIR(2332, 3166)
  130.                         *PrintableOrigin: PAIR(96, 48)
  131.                     }
  132.                 }
  133.                 *CursorOrigin: PAIR(38, 38)
  134.                 *Command: CmdSelect
  135.                 {
  136.                     *Order: DOC_SETUP.3
  137.                     *Cmd: "<1B>&l66P"
  138.                 }
  139.             }
  140.             *case: LANDSCAPE_CC90
  141.             {
  142.                 *PrintableArea: PAIR(2334, 3167)
  143.                 *PrintableOrigin: PAIR(95, 48)
  144.                 *switch: Resolution
  145.                 {
  146.                     *case: Option2
  147.                     {
  148.                         *PrintableArea: PAIR(2332, 3166)
  149.                         *PrintableOrigin: PAIR(96, 48)
  150.                     }
  151.                 }
  152.                 *CursorOrigin: PAIR(42, 3216)
  153.                 *Command: CmdSelect
  154.                 {
  155.                     *Order: DOC_SETUP.3
  156.                     *Cmd: "<1B>&l66P"
  157.                 }
  158.             }
  159.         }
  160.     }
  161.     *Option: LEGAL
  162.     {
  163.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  164.         *switch: Orientation
  165.         {
  166.             *case: PORTRAIT
  167.             {
  168.                 *PrintableArea: PAIR(2344, 4069)
  169.                 *PrintableOrigin: PAIR(103, 56)
  170.                 *switch: Resolution
  171.                 {
  172.                     *case: Option2
  173.                     {
  174.                         *PrintableArea: PAIR(2342, 4068)
  175.                         *PrintableOrigin: PAIR(104, 56)
  176.                     }
  177.                 }
  178.                 *CursorOrigin: PAIR(47, 37)
  179.                 *Command: CmdSelect
  180.                 {
  181.                     *Order: DOC_SETUP.3
  182.                     *Cmd: "<1B>&l84P"
  183.                 }
  184.             }
  185.             *case: LANDSCAPE_CC90
  186.             {
  187.                 *PrintableArea: PAIR(2344, 4069)
  188.                 *PrintableOrigin: PAIR(103, 56)
  189.                 *switch: Resolution
  190.                 {
  191.                     *case: Option2
  192.                     {
  193.                         *PrintableArea: PAIR(2342, 4068)
  194.                         *PrintableOrigin: PAIR(104, 56)
  195.                     }
  196.                 }
  197.                 *CursorOrigin: PAIR(42, 4087)
  198.                 *Command: CmdSelect
  199.                 {
  200.                     *Order: DOC_SETUP.3
  201.                     *Cmd: "<1B>&l84P"
  202.                 }
  203.             }
  204.         }
  205.     }
  206.     *Option: A4
  207.     {
  208.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  209.         *switch: Orientation
  210.         {
  211.             *case: PORTRAIT
  212.             {
  213.                 *PrintableArea: PAIR(2265, 3374)
  214.                 *PrintableOrigin: PAIR(95, 48)
  215.                 *switch: Resolution
  216.                 {
  217.                     *case: Option2
  218.                     {
  219.                         *PrintableArea: PAIR(2264, 3374)
  220.                         *PrintableOrigin: PAIR(96, 48)
  221.                     }
  222.                 }
  223.                 *CursorOrigin: PAIR(38, 38)
  224.                 *Command: CmdSelect
  225.                 {
  226.                     *Order: DOC_SETUP.3
  227.                     *Cmd: "<1B>&l70P"
  228.                 }
  229.             }
  230.             *case: LANDSCAPE_CC90
  231.             {
  232.                 *PrintableArea: PAIR(2265, 3374)
  233.                 *PrintableOrigin: PAIR(95, 48)
  234.                 *switch: Resolution
  235.                 {
  236.                     *case: Option2
  237.                     {
  238.                         *PrintableArea: PAIR(2264, 3374)
  239.                         *PrintableOrigin: PAIR(96, 48)
  240.                     }
  241.                 }
  242.                 *CursorOrigin: PAIR(42, 3423)
  243.                 *Command: CmdSelect
  244.                 {
  245.                     *Order: DOC_SETUP.3
  246.                     *Cmd: "<1B>&l70P"
  247.                 }
  248.             }
  249.         }
  250.     }
  251.     *Option: B5
  252.     {
  253.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  254.         *switch: Orientation
  255.         {
  256.             *case: PORTRAIT
  257.             {
  258.                 *PrintableArea: PAIR(1935, 2903)
  259.                 *PrintableOrigin: PAIR(95, 48)
  260.                 *switch: Resolution
  261.                 {
  262.                     *case: Option2
  263.                     {
  264.                         *PrintableArea: PAIR(1934, 2902)
  265.                         *PrintableOrigin: PAIR(96, 48)
  266.                     }
  267.                 }
  268.                 *CursorOrigin: PAIR(38, 38)
  269.                 *Command: CmdSelect
  270.                 {
  271.                     *Order: DOC_SETUP.3
  272.                     *Cmd: "<1B>&l60P"
  273.                 }
  274.             }
  275.             *case: LANDSCAPE_CC90
  276.             {
  277.                 *PrintableArea: PAIR(1935, 2903)
  278.                 *PrintableOrigin: PAIR(95, 48)
  279.                 *switch: Resolution
  280.                 {
  281.                     *case: Option2
  282.                     {
  283.                         *PrintableArea: PAIR(1934, 2902)
  284.                         *PrintableOrigin: PAIR(96, 48)
  285.                     }
  286.                 }
  287.                 *CursorOrigin: PAIR(42, 2952)
  288.                 *Command: CmdSelect
  289.                 {
  290.                     *Order: DOC_SETUP.3
  291.                     *Cmd: "<1B>&l60P"
  292.                 }
  293.             }
  294.         }
  295.     }
  296. }
  297. *Feature: Halftone
  298. {
  299.     *rcNameID: =HALFTONING_DISPLAY
  300.     *DefaultOption: HT_PATSIZE_AUTO
  301.     *Option: HT_PATSIZE_AUTO
  302.     {
  303.         *rcNameID: =HT_AUTO_SELECT_DISPLAY
  304.     }
  305. *Ifdef: WINNT_50
  306.     *Option: HT_PATSIZE_SUPERCELL_M
  307.     {
  308.         *rcNameID: =HT_SUPERCELL_DISPLAY
  309.     }
  310. *Endif:
  311.     *Option: HT_PATSIZE_6x6_M
  312.     {
  313.         *rcNameID: =HT_DITHER6X6_DISPLAY
  314.     }
  315.     *Option: HT_PATSIZE_8x8_M
  316.     {
  317.         *rcNameID: =HT_DITHER8X8_DISPLAY
  318.     }
  319. }
  320. *Feature: Memory
  321. {
  322.     *rcNameID: =PRINTER_MEMORY_DISPLAY
  323.     *DefaultOption: 2048KB
  324.     *Option: 2048KB
  325.     {
  326.         *Name: "2MB"
  327.         *MemoryConfigKB: PAIR(2048, 1931)
  328.     }
  329.     *Option: 512KB
  330.     {
  331.         *Name: "512KB"
  332.         *MemoryConfigKB: PAIR(512, 395)
  333.     }
  334. }
  335. *Command: CmdStartDoc
  336. {
  337.     *Order: DOC_SETUP.1
  338.     *Cmd: "<1B>E<1B>&l0L"
  339. }
  340. *Command: CmdStartPage
  341. {
  342.     *Order: PAGE_SETUP.1
  343.     *Cmd: "<0D>"
  344. }
  345. *Command: CmdEndJob
  346. {
  347.     *Order: JOB_FINISH.1
  348.     *Cmd: "<1B>E"
  349. }
  350. *Command: CmdCopies
  351. {
  352.     *Order: DOC_SETUP.6
  353.     *Cmd: "<1B>&l" %d[1,99]{NumOfCopies}"X"
  354. }
  355. *RotateCoordinate?: TRUE
  356. *RotateRaster?: FALSE
  357. *RotateFont?: FALSE
  358. *TextCaps: LIST(TC_UA_ABLE)
  359. *MemoryUsage: LIST(FONT, RASTER, VECTOR)
  360. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  361. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  362. *XMoveThreshold: 0
  363. *YMoveThreshold: 0
  364. *XMoveUnit: 300
  365. *YMoveUnit: 300
  366. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" }
  367. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,2400]{max_repeat(DestXRel )}"X" }
  368. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,2400]{max_repeat(DestXRel )}"X" }
  369. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" }
  370. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" }
  371. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" }
  372. *Command: CmdCR { *Cmd : "<0D>" }
  373. *Command: CmdLF { *Cmd : "<0A>" }
  374. *Command: CmdFF { *Cmd : "<0C>" }
  375. *Command: CmdBackSpace { *Cmd : "<08>" }
  376. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  377. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  378. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  379. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  380. *EjectPageWithFF?: TRUE
  381. *OutputDataFormat: H_BYTE
  382. *OptimizeLeftBound?: TRUE
  383. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  384. *CursorYAfterSendBlockData: AUTO_INCREMENT
  385. *DefaultFont: 2
  386. *DefaultCTT: 0
  387. *MaxFontUsePerPage: 16
  388. *CharPosition: BASELINE
  389. *DLSymbolSet: ROMAN_8
  390. *switch: Orientation
  391. {
  392.     *case: PORTRAIT
  393.     {
  394.         *DeviceFonts: LIST(2,22)
  395.     }
  396.     *case: LANDSCAPE_CC90
  397.     {
  398.         *DeviceFonts: LIST(2)
  399.     }
  400. }
  401. *FontCartridge: FC1
  402. {
  403.     *rcCartridgeNameID: 269
  404.     *PortraitFonts: LIST(5,7,8,9,42,43,44,45,59,60,94,96,98,100,101,102,
  405. +                   103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,
  406. +                   119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135)
  407.     *LandscapeFonts: LIST(42,43,44,45,59,60,104,106,108,118,119,120,121,122,123,124)
  408. }
  409. *FontCartridge: FC2
  410. {
  411.     *rcCartridgeNameID: 277
  412.     *PortraitFonts: LIST(1,21)
  413.     *LandscapeFonts: LIST(4)
  414. }
  415. *FontCartridge: FC3
  416. {
  417.     *rcCartridgeNameID: 278
  418.     *PortraitFonts: LIST(6,247,248,249,292)
  419.     *LandscapeFonts: LIST(4)
  420. }
  421. *FontCartridge: FC4
  422. {
  423.     *rcCartridgeNameID: 279
  424.     *PortraitFonts: LIST(1,2,21,22)
  425.     *LandscapeFonts: LIST(22)
  426. }
  427. *FontCartridge: FC5
  428. {
  429.     *rcCartridgeNameID: 280
  430.     *PortraitFonts: LIST(230,233,238)
  431.     *LandscapeFonts: LIST()
  432. }
  433. *FontCartridge: FC6
  434. {
  435.     *rcCartridgeNameID: 281
  436.     *PortraitFonts: LIST(26,27,224)
  437.     *LandscapeFonts: LIST()
  438. }
  439. *FontCartridge: FC7
  440. {
  441.     *rcCartridgeNameID: 282
  442.     *PortraitFonts: LIST(28,29,30,31,32)
  443.     *LandscapeFonts: LIST(22)
  444. }
  445. *FontCartridge: FC8
  446. {
  447.     *rcCartridgeNameID: 283
  448.     *PortraitFonts: LIST(41,229,232,235,240)
  449.     *LandscapeFonts: LIST(240)
  450. }
  451. *FontCartridge: FC9
  452. {
  453.     *rcCartridgeNameID: 284
  454.     *PortraitFonts: LIST(59,60,61,62,240)
  455.     *LandscapeFonts: LIST(240)
  456. }
  457. *FontCartridge: FC10
  458. {
  459.     *rcCartridgeNameID: 285
  460.     *PortraitFonts: LIST(230,233,236,237,238,241,242)
  461.     *LandscapeFonts: LIST()
  462. }
  463. *FontCartridge: FC11
  464. {
  465.     *rcCartridgeNameID: 286
  466.     *PortraitFonts: LIST(67,68,69,70,71,72,73)
  467.     *LandscapeFonts: LIST()
  468. }
  469. *FontCartridge: FC12
  470. {
  471.     *rcCartridgeNameID: 287
  472.     *PortraitFonts: LIST(1,21,22)
  473.     *LandscapeFonts: LIST(1,21,22)
  474. }
  475. *FontCartridge: FC13
  476. {
  477.     *rcCartridgeNameID: 288
  478.     *PortraitFonts: LIST(230,233,238)
  479.     *LandscapeFonts: LIST(230,233,238)
  480. }
  481. *FontCartridge: FC14
  482. {
  483.     *rcCartridgeNameID: 289
  484.     *PortraitFonts: LIST(26,27,224)
  485.     *LandscapeFonts: LIST(26,27,224)
  486. }
  487. *FontCartridge: FC15
  488. {
  489.     *rcCartridgeNameID: 290
  490.     *PortraitFonts: LIST(30,31,32)
  491.     *LandscapeFonts: LIST(30,31,32)
  492. }
  493. *FontCartridge: FC16
  494. {
  495.     *rcCartridgeNameID: 291
  496.     *PortraitFonts: LIST(1,21,26,224)
  497.     *LandscapeFonts: LIST(1,21)
  498. }
  499. *FontCartridge: FC17
  500. {
  501.     *rcCartridgeNameID: 292
  502.     *PortraitFonts: LIST(223,226,227,243,244,245)
  503.     *LandscapeFonts: LIST(223,226,227,243,244,245)
  504. }
  505. *FontCartridge: FC18
  506. {
  507.     *rcCartridgeNameID: 295
  508.     *PortraitFonts: LIST(145,146,147,261,262,263,264)
  509.     *LandscapeFonts: LIST()
  510. }
  511. *FontCartridge: FC19
  512. {
  513.     *rcCartridgeNameID: 296
  514.     *PortraitFonts: LIST(157,158,159,160,161,225,227)
  515.     *LandscapeFonts: LIST()
  516. }
  517. *FontCartridge: FC20
  518. {
  519.     *rcCartridgeNameID: 297
  520.     *PortraitFonts: LIST()
  521.     *LandscapeFonts: LIST(157,158,159,160,161,225,227)
  522. }
  523. *FontCartridge: FC21
  524. {
  525.     *rcCartridgeNameID: 298
  526.     *PortraitFonts: LIST(180,181,182,183)
  527.     *LandscapeFonts: LIST()
  528. }
  529. *FontCartridge: FC22
  530. {
  531.     *rcCartridgeNameID: 299
  532.     *PortraitFonts: LIST(136,137,138,139,184,246,250,251,252,253,254,255,256,258,259,260)
  533.     *LandscapeFonts: LIST(257)
  534. }
  535. *FontCartridge: FC23
  536. {
  537.     *rcCartridgeNameID: 300
  538.     *PortraitFonts: LIST(185,186,187,188,189,190,191,192,194,195,196,197,198,199,200,201)
  539.     *LandscapeFonts: LIST(193)
  540. }
  541. *MinFontID: 1
  542. *MaxFontID: 99
  543. *MaxNumDownFonts: 32
  544. *FontFormat: HPPCL
  545. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  546. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  547. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  548. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  549. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  550. *MinGrayFill: 1
  551. *MaxGrayFill: 100
  552. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" }
  553. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" }
  554. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  555. *Command: CmdRectBlackFill { *Cmd : "<1B>*c0P" }
  556. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }